(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <utility/tagitem.h>
#include <proto/utility.h>
void MapTags()
SYNOPSIS
struct TagItem * tagList
struct TagItem * mapList
ULONG mapType

LOCATION
In UtilityBase at offset 10
FUNCTION
Replace the ti_Tags in tagList which match the ti_Tags in mapList by the ti_Data values of mapList.

INPUTS
tagList
This list is modified
mapList
This defines which ti_Tag is replaced with what new value.
RESULT
None.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
29.10.1996 aros
One new function